3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The bitOrder field of a bitmap, a pixmap, or a storage pixmap indicates the order in which the bits in a byte are addressed. This field must contain one of these constants:
typedef enum TQ3Endian {
kQ3EndianBig,
kQ3EndianLittle
} TQ3Endian;
Previous | QD3D Book | Overview | Chapter Contents | Next |